home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d15 / map6.arc / MAPDOC.COM (.txt) < prev   
Encoding:
Graham's TXT2COM  |  1991-06-09  |  11.8 KB  |  193 lines

  1. Version 6.0            MAP.EXE (By: Stephen Militscher)            Pg. 1 of 3
  2. ===========     Another Shareware Product of Mini-Tech Systems
  3.  
  4. REQUIREMENTS: MS-DOS Ver 3.x or higher (not OS/2 tested).
  5.   ** NOTE **  MS-DOS SUBST.xxx must be specified in environment's path.
  6.               See your DOS manual for instructions on the PATH command.
  7.   ** NOTE **  Lastdrive=Z command must also be in your CONFIG.SYS file.
  8.  
  9. WARNING:      This Program is not for use on Network Drives.
  10.               This Program may Directly conflict with Network routines
  11.               provided by Network Operating Systems.  Do not use it on
  12.               Novell, or 3Com, etc. they provide you with means of most
  13.               of this programs functions anyhow.
  14.               For Novell Networks, we at Mini-Tech have written NMAP.
  15.               It provides you with the Novell MAP functions and also
  16.               provides all of the system info of Mini-Tech's MAP.
  17.               Please write us for info.
  18.  
  19. SYNTAX:       MAP [enter] (Will Display Current DOS Environment Settings)
  20.                           (and Logical Drives Currently Assigned)
  21.               MAP Z: C:\DATA  (Will map the Directory C:\DATA to Drive Z:)
  22.                               (Display Environment & Drive Assignments)
  23.               MAP Z: /Delete (Will Unmap a drive) (Some PC's Allow /D only)
  24.                              (You Must Unmap before re-mapping)
  25.               MAP /H or MAP /Help or MAP ? (POPUP-ONLINE HELP)
  26.  
  27.               MAP /L (will Create Logical Drives From List in \MAP.CTL)
  28.  
  29.               MAP /P (will Echo the programs display to the DEFAULT printer)
  30.  
  31.  
  32. \MAP.CTL      This control file will allow you to create all of your
  33.               drive assignments at once.  ** It must be in the root directory
  34.               of the drive in which MAP.exe is located **
  35.  
  36.               A good time to use this is to call MAP /L in your autoexec.bat
  37.               to set up all of you logical drives in one shot.  REMEMBER...
  38.               call map AFTER you set up you DOS PATH.. so it can find SUBST.exe
  39.               and the like..., you can then do another path statement..
  40.               this time using DRIVE LETTERS instead of \long\directories.
  41.  
  42. AUTOEXEC.BAT  echo off
  43. S             cls
  44. A             prompt $p$g
  45. M             Path=c:\dos
  46. P             map /L
  47. L             Path=c:\;f:\;g:\;h:\;i:\
  48. E             echo Autoexec.bat file executed ok!
  49.  
  50. MAKE MAP.CTL  with any text editor, create an ascii file called map.ctl
  51.               Each line represents a new drive assignment... See the enclosed
  52.               MAP.CTL for an example... (TYPE MAP.CTL).
  53.  
  54. USES:         This program is also useful in analyzing the current DOS
  55.               environment settings or keeping a long path such as
  56.               C:\Directory\Subdir1\Subdir2 at easy access.  Simply make that
  57.               path map to a logical drive and all subsequent calls to that
  58.               drive will access those files.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. ALSO:         Information on:
  68.               Dos Version:
  69.               Current System Date:
  70.               System Type:  CPU/NDP Co-processor Type & System Class
  71.               Bios:         Bios ROM Chip Date
  72.  
  73. {only if it}  Memory: DOS reported Main Memory in Kbytes.
  74. {is 100%   }          Extended Memory in Kbytes.
  75. {Compatible}          LIMM Memory (Total Kbytes). LIMM Version.
  76. {Machine   }      *   LIMM Memory (Available) Free Kbytes (if Installed).
  77.  
  78.              Ports:   Number of Parallel, Serial, and Game (joystick) ports
  79.                       that are currently installed.
  80.  
  81.              Mouse:   If Mouse Driver Installed, displays Number of Buttons
  82.                       available on mouse... If not installed this option
  83.                       will not appear on display.
  84.  
  85.            Monitor:   Video/Monotor Type and Memory on Video Board
  86.  
  87.               Disk:   Default Drive. Volume Label.
  88.                       Volume Serial Number (If DOS 4.0 or better).
  89.                       Total Disk Space (Capacity) in Bytes.
  90.                       Used Disk Space in Bytes and (percent used).
  91.                       Free Space in Bytes and (percent free).
  92.                       Formatted Cluster Size in Bytes per Cluster.
  93.  
  94. NOTES:        This program was written and compiled with Microsoft's
  95.               Quickbasic Compiler.
  96.               This program doesn't do anything functionally that you couldn't
  97.               accomplish yourself with some DOS commands and a small
  98.               collection of PC Utilities but it does however,
  99.               make it more appealing and useful to have the current drive
  100.               mappings created/displayed as well as the environment settings
  101.               displayed for you and all other info displayed in one clean
  102.               command.
  103.  
  104. LIMITATIONS:  Due to lack of Screen Space, A limited number of ENVIRONMENT
  105.               SETTINGS and LOGICAL DRIVES can be displayed. The Combined Total
  106.               of entries (ENVIRONMENT + DRIVES) should not Exceed 20 or the
  107.               screen display will start to scroll.
  108.  
  109.               ALSO: if you have Environment strings that are Longer than 30
  110.               Characters or so, They will overwrite other screen displays
  111.               or not appear because overwritten by screen displays.
  112.               SOLUTION: Place them into the environment in a order that will
  113.               fit the screen display.
  114.               MAP displays them in the order that they were placed into the
  115.               system, so just change the order that you invoke them.
  116.  
  117.               ie, PROMPT, PATH, SET
  118.                       or             ----->>>>  Both Accomplish Same Thing!
  119.                   PATH, PROMPT, SET
  120.  
  121. TECH NOTE:    Systems that are not 100% compatible ie, Some models of
  122.               AT&T PC6300, and others-  Extended and Expanded Memory info
  123.               routine is bypassed and will not be displayed for your machine.
  124.               You can blame whomever told you to by one of these lousy PC's
  125.               in the first place!!!!
  126.  
  127. FOR YOU:      who are not familiar with the PATH, CONFIG.SYS, SUBST, and SET
  128.               commands... I urge you to READ YOUR DOS MANUAL.  These and other
  129.               'hidden powers of DOS' are really fantastic!  Take advantage of
  130.               the 'most criticized', yet commonly stated 'best' operating
  131.               system in the world...MS-DOS.  You will be happily surprised.
  132.  
  133. WHAT'S NEW:   Version 6.0 has addressed some of the inner workings of MAP.
  134.               Previous versions could not support Large Hard Disk Volumes
  135.               because of a BUG?? in the Programmers Library that we used for
  136.               MAP.  Upon receiving a new version of the Library, we have now
  137.               done the needed patchwork.  Large Disk Volumes can now be handled!
  138.               Also, the library now gives us some Cleaner ways to handle CPU types,
  139.               Video Detection, and Memory.  Map is now Faster and More Powerful
  140.               Than Ever!!
  141.  
  142.  
  143. WARRANTY/ETC: Please note that Microsoft, Novell, 3Com, Alloy NTNX, MS-DOS and
  144.               it's associated programs, NETBIOS, and OS/2, are all copyrighted
  145.               or are registered trademarks of their respective authors/owners.
  146.               PBCLONE.LIB is Copyrighted by: Thomas Hanlin III.
  147.               MAP.EXE is Copyrighted by Mini-Tech Systems, however it is
  148.               declared 'User Support' software by it's author.  Mini-Tech
  149.               Systems is not responsible for any damages of any kind, nor does
  150.               it Warranty this software in any way...  Use of this software is
  151.               entirely at your own risk!  Use of this program acknowledges
  152.               agreement of these terms.
  153.  
  154. PAYMENTS:     Should be made if you use this program.  To Register MAP Send
  155.               $15.00 - we will provide you with free support.
  156.               Also, discount upgrades and new product information.
  157.  
  158.               If you are already a registered MAP user.. The Upgrade fee
  159.               is only $5.00 and will keep you on our support list and again
  160.               will have you kept up to date with the latest versions.
  161.  
  162.               Help keep the Shareware Domain alive.
  163.               If you don't use it, pass it on to a friend or BBS
  164.               who may like it....and don't pay for it.... fair is fair.
  165.  
  166.               Mini-Tech Systems
  167.               The Orchard #112J
  168.               Cranbury, N.J. 08512
  169.  
  170.  
  171. GET INVOLVED: Map doesn't do all you'd like???  Is there some other kind of
  172.               utility that your aching to see???  Let us know... we welcome
  173.               the dialog!
  174.  
  175. AVAILABLE:
  176.               MSGSEND.ZIP (or ARC depending on BBS Policy) *WORKING DEMO
  177.               For Novell Network Users.  This Utility Enables you
  178.               to Send Messages from Station to Station...
  179.               WITHOUT LEAVING or DIGGING through Menus.
  180.               Also:
  181.               provides you with a USERLIST of available people
  182.               on the Network for you to Route your Message to
  183.               (a feature/option Not Given By Novell's SEND routine)
  184.               NOTE: This Version is a WORKING DEMO of the Software...
  185.                     It Functions Fully but has a REAL ANNOYING OPENING
  186.                     SCREEN stating that it's a Demo Version and not to be
  187.                     used for other than Evaluation.  Registration provides
  188.                     you with a Serialized Licensed Product, No Annoying
  189.                     Screen, and with Free Upgrades and User Support.
  190.                     This Program is a MUST for any Novell users who Send
  191.                     Messages or would with a great program like this!
  192. ==============================================================================
  193.